ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Equals Method
The object to compare the current with.

In This Topic
    Equals Method (RdlEnum<T>)
    In This Topic
    Compares the current object to another object. This method performs comparison by value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As System.Object _
    ) As System.Boolean
    public override System.bool Equals( 
       System.object obj
    )

    Parameters

    obj
    The object to compare the current with.

    Return Value

    true if the two objects repesent the same value, false otherwise.
    See Also